defaultUriResolver

abstract fun defaultUriResolver(uri: Uri): Uri

This is the default implementation for the Uri resolver. If uri is absolute no adjustments are made. If it is relative, it resolves the given Uri relative to the basePath setting, which is "file:///android_asset" by default (assets base uri).

Return

the resolved absolute Uri.

Parameters

uri

the Uri that should be resolved.